BaseEventArgs
The BaseEventArgs class is an abstract base class derived from EventArgs, providing common properties for event argument classes.
Properties
| Name | Description |
|---|---|
| ResponseParameters | The response parameters associated with the event. |
Constructors
| Name | Description |
|---|---|
| BaseEventArgs() | Initializes a new instance of the BaseEventArgs class. |